projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3246212
)
disable gobject introspection by default
author
Øyvind Kolås
<pippin@gimp.org>
Mon, 19 Mar 2012 12:46:45 +0000
(12:46 +0000)
committer
Øyvind Kolås
<pippin@gimp.org>
Mon, 19 Mar 2012 12:46:47 +0000
(12:46 +0000)
The tooling crashes with odd strlen assertions breaking the build on many
existing linux distros. This change should make gobject introspection
disabled by defualt.
m4/introspection.m4
patch
|
blob
|
history
diff --git
a/m4/introspection.m4
b/m4/introspection.m4
index 589721c5a02008e3b32e3978e6b201d6f4c6cb92..84e2c612d0728661f94aa31eb06ab5af012e9d05 100644
(file)
--- a/
m4/introspection.m4
+++ b/
m4/introspection.m4
@@
-22,7
+22,7
@@
m4_define([_GOBJECT_INTROSPECTION_CHECK_INTERNAL],
AC_ARG_ENABLE(introspection,
AS_HELP_STRING([--enable-introspection[=@<:@no/auto/yes@:>@]],
[Enable introspection for this build]),,
- [enable_introspection=
aut
o])
+ [enable_introspection=
n
o])
])dnl
AC_MSG_CHECKING([for gobject-introspection])